home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / adpcm_pa.rea < prev    next >
Text File  |  1995-10-06  |  2KB  |  52 lines

  1. Short:    Highly effective sample compression utils
  2. Author:   flowerp@eikon.e-technik.tu-muenchen.de (Christian Buchner)
  3. Uploader: flowerp@eikon.e-technik.tu-muenchen.de
  4. Type:     util/pack
  5.  
  6.  
  7. This sample compression package consists of:
  8.  
  9.  - a CDRipper for Thoshiba CDRoms (and some IDE/ATAPI drives!)
  10.  - a converter for any sound format to ADPCM using datatypes
  11.  - a stand alone ADPCM replayer with wildcard support
  12.  - an ADPCM DeliPlayer for use with DeliTracker
  13.  - an ADPCM datatype for use with e.g. MultiView
  14.  
  15. Even better: ALL THIS IS PUBLIC DOMAIN, FULL SOURCE CODE INCLUDED!
  16.  
  17.  
  18. What has changed since the first release?
  19. -----------------------------------------
  20.  
  21. Release 2: release on Aminet 5-Oct-95
  22.  
  23. - all programs got a version string
  24. - fixed makefile of ADPCM datatype
  25. - PlayADPCM slightly updated (->V1.1)
  26. - reduced chip buffer size for the DeliPlayer to 1K (->V1.1)
  27. - The DeliPlayer got a realtime loader and a NotePlayer interface (->V1.2)
  28. - the ADPCM datatype descriptor was buggy (marked as picture!)
  29. - improved X2ADPCM's datatypes error output (->V1.1)
  30. - I got a new address and phone number!
  31.  
  32.  
  33. What is ADPCM?
  34. --------------
  35.  
  36. ADPCM is a lossy sample compression method allowing a very high compression
  37. ratio.   The  drawback  of  this  compression technique is an audible noise
  38. level, but this is still acceptable.
  39.  
  40.  
  41. Example
  42. -------
  43.  
  44. You  can rip off a 3 minute music track from CD ("Cotton Eye Joe", 22050Hz,
  45. Mono)  and  store it in 982999 bytes.  This can be further reduced by about
  46. 10%  using  an  ordinary  packer.   You can listen to this audio track with
  47. DeliTracker just like an ordinary sound module.
  48.  
  49.  
  50.   //
  51. \X/ Flowerpower
  52.